projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a55dae
)
(line-move-1): Fix comments.
author
Juri Linkov
<juri@jurta.org>
Fri, 22 Jul 2005 18:43:24 +0000
(18:43 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 22 Jul 2005 18:43:24 +0000
(18:43 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 9523bc6c28d42c91a1bc4888663b065d1d5e7dee..40a2dae129a1ecd8871c0e82b32d4fc533c66fc7 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3491,8
+3491,8
@@
Outline mode sets this."
;; at least go to end of line.
(end-of-line))
((< arg 0)
- ;; If we did not move
down
as far as desired,
- ;; at least go to
end
of line.
+ ;; If we did not move
up
as far as desired,
+ ;; at least go to
beginning
of line.
(beginning-of-line))
(t
(line-move-finish (or goal-column temporary-goal-column)